home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 1421 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: news.globalxs.nl!news
  2. From: rvhooff@globalxs.nl (Remco van Hooff)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: HELP SEE THE WWW!
  5. Date: 29 Feb 96 20:31:06 +0100
  6. Organization: GlobalXS, the Netherlands
  7. Message-ID: <1705.6633T1231T308@globalxs.nl>
  8. References: <DnG5o6.13I@freenet.carleton.ca>
  9. NNTP-Posting-Host: ppp151.globalxs.nl
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12. Hi Victor Prasad,
  13. On 27-feb-96 19:21:42 you wrote about HELP SEE THE WWW!,
  14.  
  15.  VP>     i have the server that requires a graphical web browser iie. netscape...
  16.  VP>     but they only have info for people with pc's and macs....i have
  17.  VP> ppp,ibrowse(.68) mosaic2.0beta and amitcp4.0
  18.  
  19. Should work fine, it's what I use(d).
  20.  
  21.  VP> then all these strange characters run by...
  22.  
  23. This is your problem, you're not supposed to see this at all, I think your
  24. loginscript for PPP is not correct. Could you post it, so I can take a look
  25. at it (password can be edited out if you want :.)
  26.  
  27.  VP> 'http://ottawa.public.net/login.html - i always get "can't connect to url"
  28.  VP>  but when i try any other www site - i get the same message....
  29.  
  30. Have you tried anything else than only WWW (FTP, ping, Email, news?)
  31.  
  32.  VP>     i would like to see how others set up thier dialscript...could you
  33.  VP> set one up for me?
  34.  
  35. Here's mine, well actually 2 (got 2 accounts :.)
  36.  
  37. With this one I have to start PPP myself (SEND "PPP").
  38.  
  39. ECHO OFF
  40. TIMEOUT 1500
  41. REDIAL "BUSY","NO CARRIER" "NO DIAL TONE"
  42. REDIALDELAY 500
  43. SEND "AT+MS=11,0,28800,28800&D0M0DT4366654"
  44. WAIT "CONNECT"
  45. WAIT "erification"
  46. WAIT "sername:"
  47. SEND "ptfe12/0147826"
  48. WAIT "assword:"
  49. SEND "****************"
  50. WAIT "gj-cs1>"
  51. SEND "ppp"
  52.  
  53. Here's my other one.
  54.  
  55. ECHO OFF
  56. TIMEOUT 1500
  57. REDIAL "BUSY","NO CARRIER" "NO DIAL TONE"
  58. REDIALDELAY 500
  59. SEND "AT+MS=11,0,28800,28800&D0M0DT2132600"
  60. WAIT "CONNECT"
  61. WAIT "ogin:"
  62. SEND "rvhooff"
  63. WAIT "assword:"
  64. SEND "*********"
  65.  
  66. --
  67. Remco van Hooff         Inet: rvhooff@globalxs.nl
  68. Cosys Excalibur BBS     FIDO: 2:286/407.39, AMY: 39:153/201.39
  69. 4000A2C9F950HAGA/030    http://www.globalxs.nl/home/r/rvhooff
  70.  
  71. ... Won't work? Do you have a problem with that?
  72.  
  73.